home *** CD-ROM | disk | FTP | other *** search
- #define columnSize 32
- #define frameCount 32
-
- /* interface to column machinery */
-
- Boolean InitColumns(short amplitude, short width, short height, short rowBytes, short *code[frameCount], Handle dialogItem);
- void DrawColumn(char *sourceBase, char *destinationBase, short frameNumber, short *code[frameCount]);
-
- /* microseconds call */
-
- long Microseconds(void) = 0xA093;
- void FlushCache(void) = 0xA0BD;